desc:instruct
uvx flyworks-mcp -y| Parameter | Type | Required | Description |
|---|---|---|---|
| avatar | any | Optional | Digital human avatar ID |
| avatar_video_url | any | Optional | URL of a video to create the avatar from |
| avatar_image_url | any | Optional | URL of an image to create the avatar from |
| avatar_video_file | any | Optional | Local path to a video file to create the avatar from |
| avatar_image_file | any | Optional | Local path to an image file to create the avatar from |
| audio_url | any | Optional | Remote URL of the audio file |
| audio_file | any | Optional | Local path to the audio file |
| title | any | Optional | Optional title for the created video |
| async_mode | boolean | Optional | If true, returns task_id immediately |
| output_path | string | Optional | Where to save the downloaded video Example: ./output/output.mp4 |